Why does /**[newline] not always insert the Javadoc template including @param and @return in Eclipse

Posted by Bas van den Broek on Stack Overflow See other posts from Stack Overflow or by Bas van den Broek
Published on 2010-06-07T10:21:13Z Indexed on 2010/06/07 10:22 UTC
Read the original article Hit count: 203

Filed under:
|
|

I'm documenting code in Eclipse and have been using the /** followed by Enter alot to insert the Javadoc template. However this does not always work for some reason, it will create the template for writing comments but it won't automatically insert the @param and @return text. If I copy the exact same method to another class it will insert the full template.

It would be a big help if anyone could tell me why it won't do this in some situations.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse